Removing gtk_tree_view_move_focus_column() and only calling gtk_cell_area_focus()
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 9 Dec 2010 08:50:05 +0000 (17:50 +0900)
committerKristian Rietveld <kris@gtk.org>
Sun, 12 Dec 2010 16:21:28 +0000 (17:21 +0100)
commit2752fd0f16347bc9a40d25079d4a2b1a3b4200f0
treec3ad03f003c9a8ba931fa7301e4c4edf324532a4
parent0431dd67f82def7af57119b27bcc4dea0b7a2167
Removing gtk_tree_view_move_focus_column() and only calling gtk_cell_area_focus()

This function did alot of nothing, gtk_cell_area_focus() simply returns whether
the focus stays in the area (column) or not, seems not to cause regressions to
just call it directly instead.
gtk/gtktreeview.c